home *** CD-ROM | disk | FTP | other *** search
- 31
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- RegValueList
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baRegValueList returns a list of values inside a registry key.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baRegValueList( KeyName, Branch )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String, string.
- --- RECORDSEPARATOR ---
- KeyName is the name of the key.
- --- RECORDSEPARATOR ---
- Branch is the branch of the registry to use - see the RegKeyList function above for
- --- RECORDSEPARATOR ---
- possible values.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- List (Xtra) or String (UCD).
- --- RECORDSEPARATOR ---
- Returns a list of the keys, or an empty list/string if the key doesn't exist or is empty.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set valueList = baRegValueList("Software\Navigator", "HKEY_LOCAL_MACHINE")
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- valueList := baRegValueList( "Software\\Adobe", "HKEY_LOCAL_MACHINE" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- This function is not available in the 16 bit version - the 16 bit registry can not
- --- RECORDSEPARATOR ---
- contain values.